summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index 514f7b9..abfdc94 100644
--- a/README.md
+++ b/README.md
@@ -5,13 +5,13 @@
# todo
* use ppoll
* implement BEP-0042 DHT security extension, requires crc32c library
-* metadata receiving from uTorrent does not work for some unknown reason
+* metadata receiving from uTorrent does not work for some unknown reason (fixed)
* uses A LOT of bandwidth, implement packet deduplication (fixed?)
+* analysis: geoip for queries, get their localtime and update counter for current 15 minute period in countries time(queries) chart
# anti sybil measures:
-* analysis: geoip for queries, get their localtime and update counter for current 15 minute period in countries time(queries) chart
-* only get_peers when aren't any peers to test
-* periodic counter for packets that resets on periodic call, breaks into debugger if any of the following is larger than 2**14:
+* only get_peers when aren't any peers to test (done)
+* periodic counter for packets that resets on periodic call, assert none of the following is larger than 2**14: (done)
- received queries
- sent queries
- received responses